EnmsService Struct ReferenceENMS Node API

Detailed Description

Structure describing a service

Data Fields

char name [ENMS_NODE_SERVICE_NAME_MAX_LENGTH]
 Name of the service.
 
uint8_t state
 State of the service.
 

Field Documentation

◆ name

char EnmsService::name[ENMS_NODE_SERVICE_NAME_MAX_LENGTH]

Name of the service.

◆ state

uint8_t EnmsService::state

State of the service.


The documentation for this struct was generated from the following file:
Go to Top